@charset "utf-8";

html{
	scroll-behavior:smooth;
}

body{
	background:#D7BDA6;
	font-family:Arial, sans-serif;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6{
	font-family:Georgia, serif;
}

.logo{
	margin-left:20px;
}

.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light #navbarSupportedContent1{
	margin-left:316px;
}

.logo{
    margin-left: 39px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
	
}

.hero-video video{
	width:100%;
	height:100%;
	object-fit:cover;

}
.hero-video{
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.overlay{
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.50);
}

.hero-content{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	color:white;
	z-index:2;
	width:90%;
}

.hero-content h1{
    font-size: 5rem;
    letter-spacing: 3px;
    font-family: lato;
    font-style: italic;
    font-weight: 900;
}

.hero-content p{
    font-size: 1.4rem;
    margin: 20px 0 30px;
    font-family: lato;
    font-style: italic;
    font-weight: 100;
}

.hero-buttons{
	display:flex;
	justify-content:center;
	gap:15px;
	flex-wrap:wrap;
}

.btn-lumina{
    background: #AB7842;
    color: white;
    padding: 14px 30px;
    border: none;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    transition: .3s;
    font-family: source-code-pro;
    font-style: normal;
}

.btn-lumina:hover{
    background: #6D3A15;
    color: white;
    text-decoration: none;
    font-family: source-code-pro;
    font-style: normal;
    font-weight: 400;
}

.reveal{
    opacity:1;
    transform:none;
}

.reveal.active{
	opacity:1;
	transform:translateY(0);
}

.titulo-seccion{
    text-align: center;
    color: #6D3A15;
    font-size: 3rem;
    margin-bottom: 50px;
    font-family: lato;
    font-style: italic;
    font-weight: 900;
}

#cultura{
	padding:100px 0;
}

.cafe-card{
	background:#6D3A15;
	color:white;
	padding:45px;
	border-radius:25px;
	box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.cafe-card h2{
    margin-bottom: 20px;
    font-family: source-code-pro;
    font-style: normal;
    font-weight: 300;
}
.col-lg-6 .cafe-card p {
    font-family: lato;
    font-style: normal;
    font-weight: 100;
}

.cultura-img{
	width:100%;
	height:450px;
	object-fit:cover;
	border-radius:25px;
	box-shadow:0 8px 20px rgba(0,0,0,.15);
	
}
.galeria-cultura{

	display:flex;
	gap:15px;
	height:485px;

}

.galeria-cultura img{

	width:50%;
	height:100%;
	object-fit:cover;
	border-radius:25px;
	box-shadow:0 8px 20px rgba(0,0,0,.15);

}
.container.consejos.reveal .titulo-seccion strong {
    font-family: lato;
    font-style: normal;
    font-weight: 900;
    font-size: 3rem;
}


.consejos{
	padding-bottom:100px;
}

.consejo-card{
	background:#AB7842;
	color:white;
	padding:35px;
	border-radius:25px;
	text-align:center;
	height:100%;
	transition:.3s;
}

.consejo-card:hover{
	transform:translateY(-8px);
}
.col-md-4 .consejo-card h4 {
    color: #FFFFFF;
    font-family: source-code-pro;
    font-style: normal;
    font-weight: 200;
}
.col-md-4 .consejo-card p {
    font-family: lato;
    font-style: normal;
    font-weight: 100;
}
.col-md-3 .stat-box p {
    font-family: source-code-pro;
    font-style: normal;
    font-weight: 200;
}

.estadisticas{
	background:#865A3F;
	color:white;
	padding:100px 0;
}

.estadisticas h2{
    text-align: center;
    margin-bottom: 60px;
    font-size: 3rem;
    font-family: source-code-pro;
    font-style: normal;
    font-weight: 200;
}

.stat-box h3{
    font-size: 3.5rem;
    font-weight: 700;
    font-family: lato;
    font-style: normal;
}

.stat-box p{
	font-size:1.1rem;
}

.opiniones-section{
	padding:100px 0;
}

.buscador{
	border-radius:40px;
	padding:15px 25px;
	border:2px solid #AB7842;
}

.opinion-card{
	background:white;
	padding:30px;
	border-radius:25px;
	text-align:center;
	height:100%;
	box-shadow:0 8px 20px rgba(0,0,0,.08);
	transition:.3s;
}
.opiniones-section.reveal .container .titulo-seccion {
    font-style: italic;
    font-weight: 900;
    font-family: lato;
}


.opinion-card:hover{
	transform:translateY(-8px);
}

.avatar{
	width:80px;
	height:80px;
	background:#6D3A15;
	color:white;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:auto;
	font-size:28px;
	font-weight:bold;
	margin-bottom:20px;
}

.opinion-stars{
	color:#F7B500;
	font-size:28px;
	margin-bottom:15px;
}


.opinion-card small{
	display:block;
	color:#777;
	margin-bottom:10px;
}

.opinion-card h6{
    color: #6D3A15;
    font-weight: 700;
    font-style: normal;
    font-family: lato;
}

.btn-eliminar{
	background:#6D3A15;
	color:white;
	border:none;
	padding:10px 18px;
	border-radius:30px;
	margin-top:10px;
	cursor:pointer;
}

.btn-eliminar:hover{
	background:#AB7842;
}

.formulario-section{
	padding-bottom:100px;
}

.formulario-card{
	background:white;
	padding:45px;
	border-radius:25px;
	box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.formulario-card h2{
    color: #6D3A15;
    text-align: center;
    font-family: lato;
    font-style: normal;
    font-weight: 900;
}

.formulario-card p{
    text-align: center;
    margin-bottom: 30px;
    font-family: lato;
    font-style: normal;
    font-weight: 100;
}

.rating-stars{
	text-align:center;
	margin:25px 0;
}

.star{
	font-size:45px;
	color:#ccc;
	cursor:pointer;
	transition:.2s;
}

.active-star{
	color:#F7B500;
}

.btn-publicar{
	width:100%;
	background:#6D3A15;
	color:white;
	border:none;
	padding:15px;
	border-radius:50px;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
}

.btn-publicar:hover{
	background:#AB7842;
}
.col-lg-8 .formulario-card #btnPublicar {
    font-family: lato;
    font-style: normal;
    font-weight: 100;
}

.piedepagina{
	background:#6D3A15;
	color:white;
	text-align:center;
	padding:35px 0;
}

.iconos img{
	margin:0 8px;
}

@media(max-width:768px){

.hero-content h1{
	font-size:3rem;
}

.titulo-seccion{
    font-size: 2.2rem;
    font-family: source-code-pro;
    font-style: normal;
    font-weight: 200;
}

.cultura-img{
	margin-top:20px;
	height:300px;
}

.hero-buttons{
	flex-direction:column;
	align-items:center;
}

}
